home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -serious- / wb / merlin / start < prev    next >
Text File  |  1999-07-12  |  1KB  |  61 lines

  1.  
  2. ;
  3. ;   An assign MCP: to the directory with this script is expected
  4. ;
  5.  
  6.  
  7.  
  8.  
  9. if not exists mcp:
  10.    echo "Error: You need an assign mcp: to the main directory."
  11.    quit
  12. endif
  13.  
  14. if exists mcp:fonts
  15.    assign  add FONTS:  mcp:fonts
  16. endif
  17.  
  18. ;;; For future Trion libs
  19.  
  20. if exists mcp:libs
  21.    assign  add LIBS:   mcp:libs
  22. endif
  23.  
  24. ;;;  Make sure important directories exist
  25.  
  26. if not exists mcp:temp
  27.    makedir mcp:temp
  28. endif
  29.  
  30. path    mcp:bin  mcp:scripts  add
  31.  
  32. ;Resident  mcp:bin/mcp PURE
  33.  
  34.  
  35.  
  36.  
  37. run MPS                 ; start Handler (suplies screen and services)
  38. run MCP main            ; start Gui program with "main.mcp"
  39. run SndHnd  >nil:       ; start Sound handler
  40.  
  41.  
  42. run mcp drivestest          ;sdrives
  43. run mcp colortest
  44. run mcp myAmiga
  45. run mcp Agent
  46. run mcp earth
  47. run mcp gal
  48.  
  49. run mcp:bin/scheduler ONTRION
  50. ; run mcp:bin/stopbutton INSTALL
  51.  
  52.  
  53. Wait 3
  54.  
  55. sndevent -L  gost_AmircStart  9      ; load sample 9
  56. sndevent -L  startrek-alert   10     ; load sample 10
  57. sndevent -P  9                       ; play sample 9
  58. sndevent -U  9                       ; unload sample 9
  59. ; sndevent -q
  60.  
  61.